home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Linux Cubed Series 2: Applications
/
Linux Cubed Series 2 - Applications.iso
/
circuits
/
ocean
/
cacd_bin.000
/
cacd_bin
/
lib
/
include
/
dmstd.h
< prev
next >
Wrap
C/C++ Source or Header
|
1994-05-06
|
1KB
|
49 lines
/* SccsId = "@(#)dmstd.h 3.6 (TU-Delft) 04/28/93" */
/**********************************************************
Name/Version : The Design Data Management Project
Language : C
Operating system : UNIX SYSTEM V
Host machine : HP9000/S500
Author(s) : S. de Graaf
A. van der Hoeven
T.G.R. van Leuken
N. van der Meijs
T. Vogel
P. van der Wolf
Creation date : 04-Dec-1986
Modified by : S. de Graaf
Modification date : 21-Jan-1988
Delft University of Technology
Department of Electrical Engineering
Network Theory Section
Mekelweg 4 - P.O.Box 5031
2600 GA DELFT
The Netherlands
Phone : 015 - 786234
COPYRIGHT (C) 1985-1988 , All rights reserved
**********************************************************/
#ifndef __DMSTD_H
#define __DMSTD_H
#include <stdio.h>
#include <ctype.h>
#include <sys/types.h>
#include <sys/stat.h>
#include "dmdef.h"
#include "dmdebug.h"
#include "dmincl.h"
#include "dmmem.h" /* hack the malloc calls */
#include <string.h>
#endif /* __DMSTD_H */